Cisco Surveillance Media Server Installing And Upgrading page 6

Video surveillance media server
Table of Contents

Advertisement

Before You Install
Creating partitions in Red Hat Enterprise 4
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Installing and Upgrading Cisco Video Surveillance Media Server (VSMS)
6
Open a shell session and run the following commands to create a repository. The
Ext3 file system should be used to format the repository.
Procedure
Create new partitions:
Shell> parted -- /dev/sdb mkpart primary ext3 0 -0
Use mkfs to make the partitions:
Shell> mkfs -t ext3 /dev/sdb1
Note: This command destroys all data that resides on that partition.
Create a new directory.
shell> mkdir /media1
Note: Each volume needs a unique directory for a mount point.
Add a new line to /etc/fstab, substituting the appropriate device name and mount
point:
dev/sdb1
/media1
Mount the newly created partitions. (Usage: mount /dev/sdb1 /media1.)
Change ownership of the mounted partitions to nobody.nobody:
shell> chown nobody: /media1
ext3
defaults
1 2

Advertisement

Table of Contents
loading

This manual is also suitable for:

Vsms

Table of Contents