- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pids_list: The specified subscript cannot be great...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 05:37 AM
09-22-2006 05:37 AM
pids_list: The specified subscript cannot be greater than 1024
/etc/cmcluster/DBPKG/DBPKG.sh[226]: pids_list: The specified subscript cannot be
greater than 1024.
any suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 05:39 AM
09-22-2006 05:39 AM
Re: pids_list: The specified subscript cannot be greater than 1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 05:51 AM
09-22-2006 05:51 AM
Re: pids_list: The specified subscript cannot be greater than 1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 05:54 AM
09-22-2006 05:54 AM
Re: pids_list: The specified subscript cannot be greater than 1024
Look around line number 226 in the script. It appears that the script is trying to assign more than 1024 elements to an array in a 'set' statement like:
# set -A pids_list ...
The shell restricts subscripts for arrays to the range 0..1023.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 06:00 AM
09-22-2006 06:00 AM
Re: pids_list: The specified subscript cannot be greater than 1024
222 # completed.
223 #
224 # To allow mirror resynchronization to ocurr in parallel with
225 # the package startup, uncomment the line
226 # VXVOL="vxvol -g \$DiskGroup -o bg startall" and comment out the defaul
t.
227 #
228 # VXVOL="vxvol -g \$DiskGroup -o bg startall"
229 VXVOL="vxvol -g \$DiskGroup startall" # Default
230
231 # FILESYSTEM UNMOUNT COUNT
232 # Specify the number of unmount attempts for each filesystem during pack
age
233 # shutdown. The default is set to 1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 06:14 AM
09-22-2006 06:14 AM
Re: pids_list: The specified subscript cannot be greater than 1024
If the line in question occurs within a function in the script at large, the reported line number will be relative to the beginning of that function. As Melvyn suggested, start by looking for 'pids_list'. Then look for a 'set' statement somewhere around line #226 of some function (subroutine).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 06:58 AM
09-22-2006 06:58 AM
Re: pids_list: The specified subscript cannot be greater than 1024
function activate_volume_group
function check_and_mount
function umount_fs
function deactivate_volume_group
Probably only the first two are relevant at package startup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 09:28 AM
09-22-2006 09:28 AM
Re: pids_list: The specified subscript cannot be greater than 1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 09:48 AM
09-22-2006 09:48 AM
Re: pids_list: The specified subscript cannot be greater than 1024
...so what was your solution? If we helped, what pointed you in the direction you took and most importantly, what did you do to correct your problem?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 10:18 AM
09-22-2006 10:18 AM
Re: pids_list: The specified subscript cannot be greater than 1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 05:20 AM
09-25-2006 05:20 AM