In order to test your app on AIX you can lease AIX daily/monthly etc from : https://www.siteox.com
SSH:
ssh -X -p 8822 yrwbko@cloud.siteox.com (password will be given by siteox)
SCP:
firstly install sshpass then:
sshpass -p "password" scp -P 8822 /path/your-file root@cloud.siteox.com:/target-path
To install wget on AIX follow:
http://letmehelpyougeeks.blogspot.com/2012/09/installing-common-softwares-like-wget.html
To check public IP of your instance:
curl ipecho.net/plain
To install unzip/zip:
1. Download unzip rpm from http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html
2. sshpass -p "pass" scp -P 8822 ~/Downloads/unzip-6.0-3.aix6.1.ppc.rpm root@cloud.siteox.com:/opt/
3. rpm -ivh unzip-6.0-3.aix6.1.ppc.rpm
Useful:
https://www.ibm.com/developerworks/aix/library/au-aix_cmds/
Installing java:
1. Download .bin folder from IBM site,
2. SCP bin folder to AIX
3. chmod a+x ....bin
4. If you have issues with disk space use for example chfs -a size=+2G /opt
5. IATEMPDIR=/opt/tmp
export IATEMPDIR
6. ./....bin and follow instructions (set java path )
Brak komentarzy:
Prześlij komentarz