faridux
15 years agoLevel 4
Inventory robot on ACSLS library
Hello,
First I would like to thank you, any help will be appreciated
Here is a brieve description of the infra
I have two solaris Netbackup master:
- master1: V6.5.5, pool_id configured on the acsls:3000, the library is configured as ACS 2
- master 2: V6.0 MP7, pool_id configured on the acsls:2000, the library is configured as ACS 4
I have a lack of available tape on master2,
thus I have transferred on my acsls, 20 LTO4 tapes from pool 3000 to pool 2000 (with set scratch command)
Everything looks fine on the acsls as, with the volrpt command, these 20 tapes appeared to be now in the right pool (2000)
Nevertheless when I run an inventory robot on both master, it tells "Volume configuration is up-to-date with robot contents"
here is an extract of vm.conf on master 1:
master1:/usr/openv/volmgr# more /usr/openv/volmgr/vm.conf | grep INVENTORY
INVENTORY_FILTER = ACS 2 BY_ACS_POOL 3000
here is an extract of vm.conf on master 2 (this master is connected to 2 others acsls library 2 and 3 not involved):
toxsos002 # more /usr/openv/volmgr/vm.conf | grep INVENTORY
INVENTORY_FILTER = ACS 2 BY_ACS_POOL 2000
INVENTORY_FILTER = ACS 3 BY_ACS_POOL 2000
INVENTORY_FILTER = ACS 4 BY_ACS_POOL 2000
Is there anything I missed, or do I have to do any additionnal operation?
Thank you
First I would like to thank you, any help will be appreciated
Here is a brieve description of the infra
I have two solaris Netbackup master:
- master1: V6.5.5, pool_id configured on the acsls:3000, the library is configured as ACS 2
- master 2: V6.0 MP7, pool_id configured on the acsls:2000, the library is configured as ACS 4
I have a lack of available tape on master2,
thus I have transferred on my acsls, 20 LTO4 tapes from pool 3000 to pool 2000 (with set scratch command)
Everything looks fine on the acsls as, with the volrpt command, these 20 tapes appeared to be now in the right pool (2000)
Nevertheless when I run an inventory robot on both master, it tells "Volume configuration is up-to-date with robot contents"
here is an extract of vm.conf on master 1:
master1:/usr/openv/volmgr# more /usr/openv/volmgr/vm.conf | grep INVENTORY
INVENTORY_FILTER = ACS 2 BY_ACS_POOL 3000
here is an extract of vm.conf on master 2 (this master is connected to 2 others acsls library 2 and 3 not involved):
toxsos002 # more /usr/openv/volmgr/vm.conf | grep INVENTORY
INVENTORY_FILTER = ACS 2 BY_ACS_POOL 2000
INVENTORY_FILTER = ACS 3 BY_ACS_POOL 2000
INVENTORY_FILTER = ACS 4 BY_ACS_POOL 2000
Is there anything I missed, or do I have to do any additionnal operation?
Thank you
My thought exactly. All troubleshooting must now be done on ACSLS.
Extracts from ACSLS manual:
To confirm specific media-id's belonging to each pool, use q scratch <pool_id>
to list media-id's.
Note: Scratch volumes with a volume status of absent, ejected, or missing are not included in the Query Scratch output.
Rebalancing Scratch Pools
Use this procedure to rebalance scratch pools by moving scratch volumes from one pool to another.
To rebalance scratch pools, do the following:
1. To display the attributes of all scratch pools, enter:
query pool all
For more information see “query pool” on page 378
2. Use the query scratch command to display the IDs of scratch volumes in pools you want to rebalance.
For more information, see “query scratch” on page 382
3. Use the set scratch command to move scratch volumes from one pool to another.
For example, to move volumes YUMA20 through YUMA80 (which currently reside in pool 5) to pool 10, enter:
set scratch 10 YUMA20-YUMA80
For more information, see “set scratch” on page 395
(Information extracted from ACSLS 7.1 Installation, Configuration, and Administration Guide)