EnglishFrenchSpanish

Ad


OnWorks favicon

fs_newcell - Online in the Cloud

Run fs_newcell in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command fs_newcell that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


fs_newcell - Changes the kernel-resident list of a cell's database servers

SYNOPSIS


fs newcell -name <cell name> -servers <primary servers>+
[-linkedcell <linked cell name>] [-help]

fs n -n <cell name> -s <primary servers>+
[-l <linked cell name>] [-h]

DESCRIPTION


The fs newcell command removes the Cache Manager's kernel-resident list of database server
machines for the cell specified by the -name argument and replaces it with the database
server machines named by the -servers argument.

Each time the machine reboots, the Cache Manager constructs the kernel list of cells and
database server machines by reading the local /etc/openafs/CellServDB file. This command
does not change the CellServDB file, so any changes made with it persist only until the
next reboot, unless the issuer also edits the file. The output of the fs listcells command
reflects changes made with this command, because that command consults the kernel-resident
list rather than the CellServDB file.

This command can introduce a completely new cell into the kernel-resident list, but cannot
make a cell inaccessible (it is not possible to remove a cell's entry from the kernel-
resident list by providing no values for the -server argument). To make a cell
inaccessible, remove its entry from the CellServDB file and reboot the machine.

If the -name argument names a DCE cell, then the -servers argument names DFS Fileset
Location (FL) Server machines. The -linkedcell argument specifies the name of the AFS cell
to link to a DCE cell for the purpose of DFS fileset location.

CAUTIONS


Some commands, such as the aklog or klog.krb5 commands, work correctly only when the
information is accurate for a cell in both the CellServDB file and the kernel-resident
list.

OPTIONS


-name <cell name>
Specifies the fully-qualified cell name of the AFS or DCE cell.

-servers <primary servers>+
Specifies the fully-qualified hostnames of all AFS database server machines or DFS
Fileset Location (FL) Server machines for the cell named by the -name argument. If FL
Server machines are specified, the local machine must be running the AFS/DFS Migration
Toolkit Protocol Translator.

-linkedcell <linked cell name>
Specifies the name of the AFS cell to link to a DCE cell for the purpose of DFS
fileset location.

-help
Prints the online help for this command. All other valid options are ignored.

WINDOWS


The fs newcell command on Windows differs from the Unix version in a few ways.

fs newcell with no arguments discards the existing cell information. The Windows client
will reload a cell's information the next time it needs the server list for a cell.

Secondly, in addition to accepting the Unix options, fs newcell on Windows accepts the
following options:

-dns
Adds the new cell to the cache manager, and obtains the VLDB server information from
DNS.

-registry
Adds the new cell to the cache manager, and also saves the cell configuration data in
the registry for use the next time the service restarts.

-vlport <cell VLDB server port>
Specifies an alternate port number at which the cell's volume location database
servers are listening.

-fsport <cell fileserver port>
Specifies an alternate port number at which the cell's file servers are listening.

EXAMPLES


The following example changes the machine's kernel-resident list of database server
machines for the ABC Corporation cell to include the machines "db1.abc.com" and
"db2.abc.com":

% fs newcell -name abc.com -servers db1.abc.com db2.abc.com

The following example links the DCE cell "dce.abc.com" to the AFS cell "abc.com". The AFS
client contacts the Fileset Location (FL) servers "db1.dce.abc.com" and "db2.dce.abc.com"
for fileset location information as it interprets a DFS pathname.

% fs newcell -name dce.abc.com \
-servers db1.dce.abc.com db2.dce.abc.com \
-linkedcell abc.com

PRIVILEGE REQUIRED


The issuer must be logged in as the local superuser root.

Use fs_newcell online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 2
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 3
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • 4
    UNetbootin
    UNetbootin
    UNetbootin allows you to create bootable
    Live USB drives for Ubuntu, Fedora, and
    other Linux distributions without
    burning a CD. It runs on Windows, Linux,
    and ...
    Download UNetbootin
  • 5
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM is an easy to use
    ERP and CRM open source software package
    (run with a web php server or as
    standalone software) for businesses,
    foundations...
    Download Dolibarr ERP - CRM
  • 6
    SQuirreL SQL Client
    SQuirreL SQL Client
    SQuirreL SQL Client is a graphical SQL
    client written in Java that will allow
    you to view the structure of a JDBC
    compliant database, browse the data in
    tables...
    Download SQuirreL SQL Client
  • More »

Linux commands

Ad