copying script from server to home computer using nova terminal


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers copying script from server to home computer using nova terminal
# 1  
Old 08-05-2010
copying script from server to home computer using nova terminal

I'm using a nova session to create and edit scripts on my school's unix server.

I would like to pull my script off the server and put it in a notepad file on my desktop for the purposes of editing and copying and pasting my script in forums.

Can someone please help me with this? I'm sick of using the VI editor; I should be able to just edit scripts in notepad and then put them onto the server right?

Please excuse my ignorance in this matter

Thanks

V/R

Mike
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Copying from remote SunOS to local Windows 7 computer

Can someone please help me with copying from remote computer to local computer? I have Winscp installed but for some reason i can seem to get into the server using winscp. I am currently logged on to the server, so its not a case of remote host unavailable. I really am not sure if the syntax... (2 Replies)
Discussion started by: dollypee
2 Replies

2. Shell Programming and Scripting

Shell script for copying files from 1 server to other

Hi, I just need a shell script that copies a list of files from a directory in a remote server to my current directory at local server the remote server may contain the following list: /root/pradeep/myfiles/default /root/pradeep/myfiles/dir1 /root/pradeep/myfiles/dir2 ...... (1 Reply)
Discussion started by: paddu
1 Replies

3. Shell Programming and Scripting

script for Copying files from one server to another using scp

Hi Scripting experts, I am new to the unix scripting. Please help me out for solving the condition given below I am trying to develop a script for Copying files which are getting generated in server A to server B using scp. In serverA files are generating as for eg abc1.txt, abc2.txt,... (5 Replies)
Discussion started by: rohithji
5 Replies

4. UNIX for Dummies Questions & Answers

script copying the directory (or file) from server to my pc

Hello, I'm trying to create the shell script that: copy (or transfer) the directory from the unix server to my external hard drive (or hard drive) I've been serching this kind of thread here, but no luck so far. anyone can help me? Thank you. (2 Replies)
Discussion started by: myjwjw
2 Replies

5. Shell Programming and Scripting

copying files from remote computer

hi, i want to copy files from a remote computer in a network to a specific directory on my PC. ( script ) Forexample , IP of the remote PC is 172.16.5.24 login:aaaa Passw:123 /folder1/file1.txt to my pc folder /fd/awa.txt kinldy help Thanks (2 Replies)
Discussion started by: krabu
2 Replies

6. UNIX for Dummies Questions & Answers

ftp server on old home computer - a few questions

Hi! Very new to unix stuff, and this is my first post to the forum. I'm pretty sure I know enough to know I know nothing, so please be patient with me and don't laugh too hard. Ok, I've got an old computer and a laptop - the old computer was bought in the mid 90's it's still running windows... (1 Reply)
Discussion started by: boredbody
1 Replies

7. UNIX for Dummies Questions & Answers

Which Linux to get for home computer?

the most popular ones on distrowatch seems to be PCLinuxOS, Ubuntu, openSUSE and Fedora. any tips, suggestions you can give this super newb about choosing something? i'd like to do a dual boot. Unfortuately my laptop's only got a single hard drive and it's only got half a gig of ram. Will... (6 Replies)
Discussion started by: DeuceLee
6 Replies

8. UNIX for Dummies Questions & Answers

why doesn't this script work on my home computer?

Now it could be as simple as at work I use tsch, and at home it is bash. Warning, first post and I am a complete newbie to unix. At work, I use a simple script for updating a window when I am watching to see how a render is doing... while 1 echo --------------------------- echo ls -lrth... (1 Reply)
Discussion started by: iStealMusic
1 Replies

9. UNIX for Dummies Questions & Answers

I want to turn my home computer into an internet server.

I would like to turn my computer into an internet server so as to have my domain names (myname.com's) point to my home computer. Can I download unix from sun.com and do this with that os? Also What is apache, ( I'm new to unix and server things) Is this needed to turn my computer into a server.... (4 Replies)
Discussion started by: gparsons70
4 Replies
Login or Register to Ask a Question
NOVA-MANAGE(1)							       nova							    NOVA-MANAGE(1)

NAME
nova-manage - Cloud controller fabric CONTROL AND MANAGE CLOUD COMPUTER INSTANCES AND IMAGES
Author openstack@lists.launchpad.net Date 2012-04-05 Copyright OpenStack LLC Version 2012.1 Manual section 1 Manual group cloud computing SYNOPSIS nova-manage <category> <action> [<args>] DESCRIPTION nova-manage controls cloud computing instances by managing nova users, nova projects, nova roles, shell selection, vpn connections, and floating IP address configuration. More information about OpenStack Nova is at http://nova.openstack.org. OPTIONS The standard pattern for executing a nova-manage command is: nova-manage <category> <command> [<args>] For example, to obtain a list of all projects: nova-manage project list Run without arguments to see a list of available command categories: nova-manage Categories are user, project, role, shell, vpn, and floating. Detailed descriptions are below. You can also run with a category argument such as user to see a list of all commands in that category: nova-manage user These sections describe the available categories and arguments for nova-manage. Nova Db nova-manage db version Print the current database version. nova-manage db sync Sync the database up to the most recent version. This is the standard way to create the db as well. Nova User nova-manage user admin <username> Create an admin user with the name <username>. nova-manage user create <username> Create a normal user with the name <username>. nova-manage user delete <username> Delete the user with the name <username>. nova-manage user exports <username> Outputs a list of access key and secret keys for user to the screen nova-manage user list Outputs a list of all the user names to the screen. nova-manage user modify <accesskey> <secretkey> <admin?T/F> Updates the indicated user keys, indicating with T or F if the user is an admin user. Leave any argument blank if you do not want to update it. Nova Project nova-manage project add <projectname> Add a nova project with the name <projectname> to the database. nova-manage project create <projectname> Create a new nova project with the name <projectname> (you still need to do nova-manage project add <projectname> to add it to the data- base). nova-manage project delete <projectname> Delete a nova project with the name <projectname>. nova-manage project environment <projectname> <username> Exports environment variables for the named project to a file named novarc. nova-manage project list Outputs a list of all the projects to the screen. nova-manage project quota <projectname> Outputs the size and specs of the project's instances including gigabytes, instances, floating IPs, volumes, and cores. nova-manage project remove <projectname> Deletes the project with the name <projectname>. nova-manage project zipfile Compresses all related files for a created project into a zip file nova.zip. Nova Role nova-manage role add <username> <rolename> <(optional) projectname> Add a user to either a global or project-based role with the indicated <rolename> assigned to the named user. Role names can be one of the following five roles: cloudadmin, itsec, sysadmin, netadmin, developer. If you add the project name as the last argument then the role is assigned just for that project, otherwise the user is assigned the named role for all projects. nova-manage role has <username> <projectname> Checks the user or project and responds with True if the user has a global role with a particular project. nova-manage role remove <username> <rolename> Remove the indicated role from the user. Nova Logs nova-manage logs errors Displays nova errors from log files. nova-manage logs syslog <number> Displays nova alerts from syslog. Nova Shell nova-manage shell bpython Starts a new bpython shell. nova-manage shell ipython Starts a new ipython shell. nova-manage shell python Starts a new python shell. nova-manage shell run Starts a new shell using python. nova-manage shell script <path/scriptname> Runs the named script from the specified path with flags set. Nova VPN nova-manage vpn list Displays a list of projects, their IP prot numbers, and what state they're in. nova-manage vpn run <projectname> Starts the VPN for the named project. nova-manage vpn spawn Runs all VPNs. Nova Floating IPs nova-manage floating create <ip_range> [--pool <pool>] [--interface <interface>] Creates floating IP addresses for the given range, optionally specifying a floating pool and a network interface. nova-manage floating delete <ip_range> Deletes floating IP addresses in the range given. nova-manage floating list Displays a list of all floating IP addresses. Nova Flavor nova-manage flavor list Outputs a list of all active flavors to the screen. nova-manage flavor list --all Outputs a list of all flavors (active and inactive) to the screen. nova-manage flavor create <name> <memory> <vCPU> <local_storage> <flavorID> <(optional) swap> <(optional) RXTX Quota> <(optional) RXTX Cap> creates a flavor with the following positional arguments: o memory (expressed in megabytes) o vcpu(s) (integer) o local storage (expressed in gigabytes) o flavorid (unique integer) o swap space (expressed in megabytes, defaults to zero, optional) o RXTX quotas (expressed in gigabytes, defaults to zero, optional) o RXTX cap (expressed in gigabytes, defaults to zero, optional) nova-manage flavor delete <name> Delete the flavor with the name <name>. This marks the flavor as inactive and cannot be launched. However, the record stays in the data- base for archival and billing purposes. nova-manage flavor delete <name> --purge Purges the flavor with the name <name>. This removes this flavor from the database. Nova Instance_type The instance_type command is provided as an alias for the flavor command. All the same subcommands and arguments from nova-manage flavor can be used. Nova Images nova-manage image image_register <path> <owner> Registers an image with the image service. nova-manage image kernel_register <path> <owner> Registers a kernel with the image service. nova-manage image ramdisk_register <path> <owner> Registers a ramdisk with the image service. nova-manage image all_register <image_path> <kernel_path> <ramdisk_path> <owner> Registers an image kernel and ramdisk with the image service. nova-manage image convert <directory> Converts all images in directory from the old (Bexar) format to the new format. Nova VM nova-manage vm list [host] Show a list of all instances. Accepts optional hostname (to show only instances on specific host). nova-manage live-migration <ec2_id> <destination host name> Live migrate instance from current host to destination host. Requires instance id (which comes from euca-describe-instance) and des- tination host name (which can be found from nova-manage service list). FILES The nova-manage.conf file contains configuration information in the form of python-gflags. SEE ALSO o OpenStack Nova o OpenStack Swift BUGS o Nova is sourced in Launchpad so you can view current bugs at OpenStack Nova AUTHOR
OpenStack COPYRIGHT
2010-present, OpenStack, LLC 2012.1.2 April 10, 2013 NOVA-MANAGE(1)