Backup Sun StorageTek Common Array Manager's configuration


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Backup Sun StorageTek Common Array Manager's configuration
# 1  
Old 04-26-2011
Backup Sun StorageTek Common Array Manager's configuration

In Sun manuals, I didn't find how to backup Sun StorageTek Common Array Manager's configuration. Is there a way to do it like backing up Brocade switch configuration? CAM is under Solaris 10.

Thank you in advance!
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Common Array Manager

Hi! May be Solaris forum is not the best choice for asking such question, but I really need help with SunStorage FC array. AFAIK this array can be configured only with CAM software by Sun, but sadly all previously free Metalink downloads are now accessible only as a part of paid support (and I... (0 Replies)
Discussion started by: Gleb Erty
0 Replies

2. Filesystems, Disks and Memory

SAN questions about Sun StorageTek array

Hi, I have a question about Sun StorageTek Common Array Manager (CAM): What is the concept of 'host'? Is it the hostname of the server that has access to the managed array? If so, can I use its IP instead of its hostname? I've found a 'host' under CAM called XYZ (See below). In our... (7 Replies)
Discussion started by: aixlover
7 Replies

3. Solaris

Sun StorageTek Common Array Manager 6.0 works very slowly

Hi! I have Sun StorageTek 2540 FC array and CAM works very slowly - I can wait for software response even more than 2 minutes... I run this software on Windows machine with Firefox Web Browser but speed is terrible... How can I make it works at least a little bit faster?.. (2 Replies)
Discussion started by: Sapfeer
2 Replies

4. Solaris

Accessing a StorageTek 2530 Disk array from SUN, SPARC Enterprise T2000

Hello, Wondering if anyone can help me with mounting a file share from my Sun T2000 server running Solaris 10 to my connected 2530 disk array? I believe I've connected the disk array correctly and I have created a volume on the array using the filesystem (Sun_SAM-FS, RAID-5). The T2000... (15 Replies)
Discussion started by: DundeeDancer
15 Replies

5. Filesystems, Disks and Memory

Configure large volume on Sun StorageTek 2540 array

Hi, We have 12x1TB SATA disks in our array and I need to create 10TB volume. I defined new storage profile on array and when I tried to add volume, I faced with ~2TB limit for new volumes. I didn't find how to set another limit on my storage profile. Is there is a way to configure one large... (3 Replies)
Discussion started by: Sapfeer
3 Replies
Login or Register to Ask a Question
backup-manager(8)					      System Manager's Manual						 backup-manager(8)

NAME
backup-manager - An easy to use backup tool for your Linux box. SYNOPSIS
backup-manager [options] DESCRIPTION
Backup Manager is an easy-to-use tool for generating archives. It is designed with simplicity in mind for those who don't want an obfuscated tool for making tarballs. There are different methods for building archives: tarballs, incremental tarballs, mysql dumps, svn dump. You can also write your own method with a generic method that will execute a command and will archive its output. Every times you run Backup Manager, you can upload archives thanks to a couple of upload methods: through FTP, SSH or even with RSYNC. It's also possible to export your archives to removable media like CDR or DVD. CONFIGURATION FILES
Backup Manager's behavior is defined in configuration files. You can use different configuration files at the same time. The default con- figuration file is `/etc/backup-manager.conf'. An example should have been provided with the program, most of the time it's installed in `/usr/share/backup-manager/backup-man- ager.conf.tpl'. If you want exhaustive details about how to write your own configuration files, please refer to the Backup Manager User Guide: http://www.backup-manager.org/documentation/user-guide/ OPTIONS
--version Show the version number. --verbose|-v Print what happens to STDOUT. --no-warnings Disable warnings. --help|-h Print a short help message. --upload|-u Just upload the files. --purge|-p Just purge old archives. --burn|-b Just burn the archives. --md5check|-m Just perform the MD5 checkup on the CDR/CDRW. --conffile|-c file Use an alternate config file. --force|-f Force overwrite of existing archives. --no-upload Disable the uploading process. --no-burn Disable the burning process. --no-purge Disable the purging process. BUGS
If you find a bug or want to submit a wish-list to the development team, feel free to use the official Bug Tracking System: http://bugzilla.backup-manager.org WEBSITE
To find latest news and releases, come to the official website: http://www.backup-manager.org SEE ALSO
backup-manager-upload(8), ssh-keygen(1) AUTHOR
Alexis Sukrieh <sukria@backup-manager.org> backup-manager(8)