database - Not able to create a table in netezza -


i new netezza,

i have physical machine installed ubuntu 14.04. in ubuntu 14.04, have installed vmware player , on top of created netezza virtual host.

the above process successful , able login netezza. used below commands connect netezza.

command 1: nzsql -u admin -pw password  system.admin(admin)=> create database test; 

and able create database

system.admin(admin)=>\c test 

the above steps worked when tried creating table using below

test.admin(admin)=>create table users(name varchar(20)); 

it hangs without error or proceeding further:

any appreciated.

thanks

when see state of "discovering" tells system trying boot , bring online spu vm, provides backed mpp processing. state normal few minutes in nzstart process, not if hangs there forever.

when running netezza emulator may find in situation client vm represents spu in netezza host vm gets confused state.

this happen me time time when hibernate vm. following process clears me.

[nz@netezza ~]$ nzstop  warning: nzstop not stop spu virtual machines! if want stop them, use following command:      nzpush -all power off  [nz@netezza ~]$ nzpush -all power off powering off spus spu0101 ...domain spu0101 destroyed   done.   [nz@netezza ~]$ nzpush -all power on powering on spus spu0101 ...domain spu0101 started   done. [nz@netezza ~]$ nzstart nzstart: warning: using user-specified topology: /nz/nse/inittopology.cfg  (startupsvr) info: nz-00022: --- program 'startupsvr' (10693) starting on host 'netezza' ... --- [nz@netezza ~]$ nzstate system state 'online'. 

if not work, escalate with:

[nz@netezza ~]$ su - root password:  ############################# # current ip: 192.168.118.111 #############################  [root@netezza ~]# shutdown -r [root@netezza ~]# broadcast message nz@netezza         (/dev/pts/1) @ 14:58 ...  system going down reboot now! 

after reboot, system should automatically start database service. let "watch nzstate" run until shows "online." patient while system shows "discovering" here. depending on speed of system may 5 minutes or more.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

Maven Javadoc 'Cannot find default setter' and fails -