File System Naming Conventions - H3C S5120-EI Series Configuration Manual

Hide thumbs Also See for S5120-EI Series:
Table of Contents

Advertisement

[Master] interface gigabitethernet 3/0/1
[Master-GigabitEthernet3/0/1] port link-type trunk

File system naming conventions

On a standalone switch, you can use the name of storage device to access its file system. For more
information about storage device naming conventions, see Fundamentals Configuration Guide.
On an IRF fabric, you can use the name of storage device to access the file system of the master. To
access
the
slotmember-ID#storage-device-name format. For example:
To access the test folder under the root directory of the Flash on the master switch:
<Master> mkdir test
...
%Created dir flash:/test.
<Master> dir
Directory of flash:/
0
-rw-
1
-rw-
2
drw-
30861 KB total (20961 KB free)
To create and access the test folder under the root directory of the Flash on member switch 3:
<Master> mkdir slot3#flash:/test
%Created dir slot3#flash:/test.
<Master> cd slot3#flash:/test
<Master> pwd
slot3#flash:/test
Or:
<Master> cd slot3#flash:/
<Master> mkdir test
%Created dir slot3#flash:/test.
To copy the file test.app on the master to the root directory of the Flash on member switch 3:
# Display the current working path. In this example, the current working path is the root directory of the
Flash on member switch 3.
<Master> pwd
slot3#flash:
# Change the current working path to the root directory of the Flash on the master switch.
<Master> cd flash:/
<Master> pwd
flash:
# Copy the file to member switch 3.
<Master> copy test.app slot3#flash:/
Copy flash:/test.app to slot3#flash:/test.app?[Y/N]:y
%Copy file flash:/test.app to slot3#flash:/test.app...Done.
file
system
of
any
10105088
Apr 26 2000 13:44:57
2445
Apr 26 2000 15:18:19
-
Jul 14 2008 15:20:35
other
member
switch,
test.app
config.cfg
test
5
use
the
name
in
the

Advertisement

Table of Contents
loading

Table of Contents