S1000-007 IBM AIX v7 Administrator Specialty

Loading demo links...

Showing 1–3 of 8 questions

Question 1

What are three states a device can have when connected to an AIX system?

Select all that apply, then click Submit answer.

  • Available

  • Defined

  • Stopped

  • Blocked

  • Running

  • Suspended

Question 2

Which two additional commands should an AIX V7.2 administrator run after mirroring the rootvg with mirrorvg command?

Select all that apply, then click Submit answer.

  • bosboot

  • varyonvg

  • bootlist

  • reboot

  • synclvodro

Question 3

One morning the application owner needed to urgently transfer some files using FTP from Development Dev_DB_Server to the production server - DB_Server, but is receiving the following error:

connect: Connection refused

Note: DB_Server-cannot be shutdown during business hours.

Checking the setup of DB_Serrver, the administrator finds the following entries in /etc/inetd.conf

The administrator also, finds the file /etc/ftpaccess . ctl doesn't exit.

Which two methods can be used to allow files to be transferred to DB Server using FTP?

Select all that apply, then click Submit answer.

  • On DBServer run command startsrc -s ftpd and create /etc/ftpaccess-ctl with line "allow: *".

  • On DB_Server uncomment line starting with "#f tp" in /etc/inetd.conf and reboot.

  • On DBServer run the command /usr/sbin/f tpd.

  • On DB_Server uncomment line starting with "#ftp" and run refresh -s inetd.

  • On DB_Server run command startsrc -t ftp.