cancel
Showing results for 
Search instead for 
Did you mean: 

how to eject media in standalone drive with command line

fdassonville
Level 4
Partner Accredited

Hello

i would like to know, if it's posible to eject to a stand alone drive in command line

my netbackup version is 7.5.0.3

 

best regards

 

François

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

Also in above TechNote:

 

3. To verify the current EMM server settings use the command:
 
# nbemmcmd -listsettings -machinename <hostname>
 

View solution in original post

6 REPLIES 6

fdassonville
Level 4
Partner Accredited

when the backup job is finish

 

thank you

jim_dalton
Level 6

Which OS? I'm assuming it doesnt eject under normal conditions.

Unix-like an unrelated to Netbackup: mt -f /dev/rmt/xxcbn rewoffl, xx is your device, 0,1,2,3,4,....etc

Anything else...google!

Jim

Marianne
Level 6
Partner    VIP    Accredited Certified

nbemmcmd -changesetting -do_not_eject_standalone no -machinename <hostname>

The default is "yes"

See http://www.symantec.com/docs/TECH6043

fdassonville
Level 4
Partner Accredited

i try this command

fdassonville
Level 4
Partner Accredited

is it posible to show the status after this command ?

Marianne
Level 6
Partner    VIP    Accredited Certified

Also in above TechNote:

 

3. To verify the current EMM server settings use the command:
 
# nbemmcmd -listsettings -machinename <hostname>