Sponsored Content
Operating Systems SCO Visionfs configuration problem! Post 302253386 by vbe on Friday 31st of October 2008 12:28:42 PM
Old 10-31-2008
visionfs print option:
Quote:
print
Prints a file to a network printer.

Use this command in one of the following forms:

visionfs print //server [--verbose] [credentials]
visionfs print //server --pause | resume | delete job [credentials]
visionfs print //server/printer [filename [--title title]] [credentials]

Replace credentials with one or both of:

--user username
(default is your UNIX name)

--password password
(default is to prompt)
Nothing like your syntax...
see
http://docsrv.sco.com/NET_vfs/NET_vf...ultconfig.html
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VisionFS error

I have a Unix SCO 5.0 connected to the Windows 2000 domain, the administrator was able to access any share folders from the Unix server until I changed the administrator password. When the administrator user tries to connect to the Unix Share a message comes up: Incorrect password or unknown... (0 Replies)
Discussion started by: gonzalez109
0 Replies

2. SCO

VISIONFS Print Problems

Hello there, I have a problem with the "visionfs print" command on Sco Open Server. I am able to print to matrix printers, attached to windows workstations, but when I send a file to a laser jet (HP 1020 for example) the printer hangs. If any one of you have any idea why this happen please... (1 Reply)
Discussion started by: zaxos
1 Replies

3. SCO

Visionfs & subnet problem

Hi everybody, i'm a french guy (so excuse my english),we've got a SCO server with visionFS installed and i need to access to the file shared on the SCO server from a NT4 Server which is on a different subnet but it doesn't work. I obtain a message like this "impossible to join the server". ... (1 Reply)
Discussion started by: zounours-69
1 Replies

4. UNIX for Dummies Questions & Answers

Accessing UNIX files through visionFS/samba

Hello, I was wondering, for a windows application accesing UNIX files via VisionFS or SAMBA what would be a preferred way to read and process a large number of records? Up to 50 users could be accessing this file at the same time. 1. for each record - open file, read record, close file ,... (0 Replies)
Discussion started by: kirilll7
0 Replies

5. UNIX for Dummies Questions & Answers

Squid Configuration problem

I have squid version 2.6 running on ubuntu linux as a proxycache although caching is not being used, the problem I have is that certain websites that require the user to log into do not seem to pass through the squid, the only thing I see is that the website is trying to access a file called... (1 Reply)
Discussion started by: Simon Young
1 Replies

6. UNIX for Dummies Questions & Answers

Samba 3.0.24 Configuration Problem

Dear all, I have set the security level to user. My samba is running on Unixware 7.1.4. I get the following screen error when trying to login from windows clients.... (0 Replies)
Discussion started by: ndege
0 Replies

7. Solaris

email configuration problem

I am using solaris 10 on x86. I have a requirement to send email using shell script. User can configure any email address like xyz@yahoo.com or xyz@hotmail.com in the configuration file. I have studied online tutorial and they say. we should modify sendmail.cf for this purpose. ... (3 Replies)
Discussion started by: mmunir
3 Replies

8. SCO

Visionfs printing Windows2003 printserver

Hi, Our printserver is migrated from WIN2000 to a WIN2003 R SP2 server. We have a Unix SCO_SV sco1 3.2 5.0.5 i386 printing is via SCO VisionFS 3.10.911. It worked with the old printserver. I have completely no experience with visionfs. What we did : - created a new printer pr 89 on... (1 Reply)
Discussion started by: haezeban
1 Replies

9. Red Hat

Problem in configuration for telnet

hi , every one i wanaa to config tlenet server and did the steps to enable it but when i try to connect to server this error show : telnet : connect to address 10.0.0.100 : No route to host telnet : Unable to connect to remote host : No route to host ... (6 Replies)
Discussion started by: sma88
6 Replies

10. SCO

sco visionfs vs smb

i need to copy the entire contents of my sco server 5.0.5 it says its running vision fs 2.01.905 if i access it from windows i would like to be able to access it like a normal file share instead of only thru an ftp service i cannot find vison software on the server /usr/vision does not exist ... (1 Reply)
Discussion started by: crosbymook
1 Replies
SMBSPOOL(8)						    System Administration tools 					       SMBSPOOL(8)

NAME
smbspool - send a print file to an SMB printer SYNOPSIS
smbspool {job} {user} {title} {copies} {options} [filename] DESCRIPTION
This tool is part of the samba(7) suite. smbspool is a very small print spooling program that sends a print file to an SMB printer. The command-line arguments are position-dependent for compatibility with the Common UNIX Printing System, but you can use smbspool with any printing system or from a program or script. DEVICE URI smbspool specifies the destination using a Uniform Resource Identifier ("URI") with a method of "smb". This string can take a number of forms: o smb://server[:port]/printer o smb://workgroup/server[:port]/printer o smb://username:password@server[:port]/printer o smb://username:password@workgroup/server[:port]/printer smbspool tries to get the URI from the environment variable DEVICE_URI. If DEVICE_URI is not present, smbspool will use argv[0] if that starts with "smb://" or argv[1] if that is not the case. Programs using the exec(2) functions can pass the URI in argv[0], while shell scripts must set the DEVICE_URI environment variable prior to running smbspool. OPTIONS
o The job argument (argv[1]) contains the job ID number and is presently not used by smbspool. o The user argument (argv[2]) contains the print user's name and is presently not used by smbspool. o The title argument (argv[3]) contains the job title string and is passed as the remote file name when sending the print job. o The copies argument (argv[4]) contains the number of copies to be printed of the named file. If no filename is provided then this argument is not used by smbspool. o The options argument (argv[5]) contains the print options in a single string and is currently not used by smbspool. o The filename argument (argv[6]) contains the name of the file to print. If this argument is not specified then the print file is read from the standard input. VERSION
This man page is correct for version 3 of the Samba suite. SEE ALSO
smbd(8) and samba(7). AUTHOR
smbspool was written by Michael Sweet at Easy Software Products. The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. The original Samba man pages were written by Karl Auer. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy. Samba 3.5 06/18/2010 SMBSPOOL(8)
All times are GMT -4. The time now is 08:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy