Server Automation 24.1 Installation Issue

Hello i am trying to install sa 24.1 but it stuck in this phase

:removing directory /var/tmp/oitmp ...
Local log file: /var/tmp/HPSA_INSTALLER/logfiles/install_OCT_success/10.34.70.30-install-OCT-2024-08-19.08:07:05.verbose.log
Invoking crypto_verify.py on 10.34.70.30 (Model Repository):
Copying file /var/opt/opsware/crypto/shared/pw to 10.34.70.30...
Copying file /var/opt/opsware/crypto/shared/.rand to 10.34.70.30...
Installing slice from core_inst distro on 10.34.70.30...
******* Performing install of component slice on device 10.34.70.30.
Version checking disabled...
Not using the script command to save output.
Removing contents of /var/tmp/oitmp ...
Extracting OPSWpython3 to /var/tmp/oitmp
Extracting OPSWopenssl to /var/tmp/oitmp
/var/tmp/oitmp/opt/opsware/bin/python3 /var/tmp/hpsa_media/opsware_installer/install_opsware.pyc --os_type Linux --os_version RHEL8-X86_64 --manifest /var/tmp/hpsa_media/manifest.inst --progname /var/tmp/hpsa_media/opsware_installer/install_opsware.sh -r /tmp/oiresponse -a /tmp/oiaction --force_run --unattend --no_prereq --logfile /var/log/opsware/install_opsware/10.34.70.30-install-slice-2024-08-19.08:07:57.verbose.log
^[[C
[Aug-19-2024 08:08:10] >>>>Installing preliminary components
^[[2~^[[F^[[6~^[[6~^[[6~
[Aug-19-2024 08:08:18] >>>>Installing component Slice
Storing CA: bootstrap
Storing CA: admin
Storing CA: agent
Storing CA: opsware
Cleaning up /var/opt/opsware/crypto/coglib...
Cleaning up /var/opt/opsware/crypto/oi...
Storing 'spindictor' cryptographic data (location limited to '/var/opt/opsware/crypto/coglib')
Storing 'spinwrapper' cryptographic data (location limited to '/var/opt/opsware/crypto/coglib')
Storing 'opswareinstaller' cryptographic data (location limited to '/var/opt/opsware/crypto/oi')
Verifying crypto DB: Successfully verified crypto db decryption with {'cipher': 'aes256', 'md': 'sha256'}
Successfully verified crypto db (tgz.e) decryption with {'cipher': 'aes256', 'md': 'sha256'}
Verifying dependencies
Verify that primary spin is listening on port 1004: SUCCESS
net.ipv4.tcp_fin_timeout = 5
net.unix.max_dgram_qlen = 16384
Waiting for ogfs store to become available from 10.34.70.30:/var/opt/opsware/ogfs/export/store
This can take up to 10 minutes.

  • 0  

    The slice is waiting for server 10.34.70.30 to NFS exports those mounts and make them available.
    It does this by executing a cron job every 5 minutes.

    # crontab -l
    0,5,10,15,20,25,30,35,40,45,50,55 * * * * sh /opt/opsware/oi_util/bin/configure_exports.sh > /dev/null 2>&1

    You can also run that shell script manually.  What it does is update the /etc/exports file to include the IP of the slice.

  • 0 in reply to   

    i can see the crontab entry like this: 

    crontab -l
    # Begin Opsware crontab entries (do not edit)
    0,5,10,15,20,25,30,35,40,45,50,55 * * * * sh /opt/opsware/oi_util/bin/configure_exports.sh > /dev/null 2>&1 

    also when i run that script manually it runs but installation is still stuck in this phase : 

    [Aug-20-2024 09:22:23] >>>>Installing component Slice
    Storing CA: bootstrap
    Storing CA: admin
    Storing CA: agent
    Storing CA: opsware
    Cleaning up /var/opt/opsware/crypto/coglib...
    Cleaning up /var/opt/opsware/crypto/oi...
    Storing 'spindictor' cryptographic data (location limited to '/var/opt/opsware/crypto/coglib')
    Storing 'spinwrapper' cryptographic data (location limited to '/var/opt/opsware/crypto/coglib')
    Storing 'opswareinstaller' cryptographic data (location limited to '/var/opt/opsware/crypto/oi')
    Verifying crypto DB: Successfully verified crypto db decryption with {'cipher': 'aes256', 'md': 'sha256'}
    Successfully verified crypto db (tgz.e) decryption with {'cipher': 'aes256', 'md': 'sha256'}
    Verifying dependencies
    Verify that primary spin is listening on port 1004: SUCCESS
    1) ens192 -- 10.34.70.30
    net.ipv4.tcp_fin_timeout = 5
    net.unix.max_dgram_qlen = 16384
    Waiting for ogfs store to become available from 10.34.70.30:/var/opt/opsware/ogfs/export/store
    This can take up to 10 minutes.

  • 0 in reply to   

    I am still facing the same issue, it's not giving any error ,just stuck in "Waiting for ogfs store to become available from 10.34.70.30:/var/opt/opsware/ogfs/export/store" phase. When i check /etc/exports i can see the entries like this : cat /etc/exports
    #Begin Opsware Distribution Export
    /opt/SA/T8900-15076/T8900-15076-primary/disk001 *(ro)
    #End Opsware Distribution Export
    # Begin Opsware ogfs exports (do not edit)
    /var/opt/opsware/ogfs/export/store 10.34.70.30(rw,no_root_squash,sync)
    /var/opt/opsware/ogfs/export/audit 10.34.70.30(rw,no_root_squash,sync)
    /var/opt/opsware/word 10.34.70.30(rw,no_root_squash,sync)
    # End Opsware ogfs exports (do not edit) 

    but nothing in /var/opt/opsware/ogfs/export/store directory