| 30 | | ||1414||jewels||256MB|| |
| | 29 | ||1414||jewels||256MB|| |
| | 30 | |
| | 31 | |
| | 32 | = Printers = |
| | 33 | |
| | 34 | Printers on the Sun Network. 2/2004 |
| | 35 | |
| | 36 | See [http://www.astro.columbia.edu/resource/computing-note/pc_startup.note notes:] |
| | 37 | to access them from Windows, Mac and Linux hosts. |
| | 38 | |
| | 39 | |
| | 40 | Location queue name(s) Note |
| | 41 | |
| | 42 | Rm 1008 hp_1008 HP LaserJet 2300 with duplex option |
| | 43 | dp_1008 & dl_1008 (portrait & landscape duplex queues) |
| | 44 | Rm 1008 hpcolor HP 4500 color laser - plain paper (tray 2) |
| | 45 | hpfilm HP 4500 color laser - transparency film (tray 1) |
| | 46 | Rm 1206 hp_1206 Brother duplex laser printer |
| | 47 | Rm 1418 hp_1414 HP LaserJet 4m+ with duplex option |
| | 48 | dp_1414 & dl_1414 (portrait & landscape duplex queues) |
| | 49 | Rm 1328 hp_1328 HP LaserJet 4100 with duplex option |
| | 50 | dp_1328 & dl_1328 (portrait & landscape duplex queues) |
| | 51 | |
| | 52 | ............................................................................ |
| | 53 | |
| | 54 | How to print on both sides of the paper on HP printers. |
| | 55 | The HP printers with 'duplex' mode are: |
| | 56 | hp_1414, hp_1328 and hp_1008 |
| | 57 | |
| | 58 | To print from Solaris hosts in regular (portrait) duplex: |
| | 59 | lp -d dp_1414 <filename> (or lpr -Pdp_1414 <filename> ) |
| | 60 | |
| | 61 | To print from Solaris hosts in landscape duplex: |
| | 62 | lp -d dl_1414 <filename> (or lpr -Pdl_1414 <filename> ) |
| | 63 | |
| | 64 | Note: Regular(portrait) duplex implies a '3 hole punch' |
| | 65 | or binding on the 11" edge. Landscape duplex implies |
| | 66 | a '3 hole punch' or binding on the 8.5" edge. |
| | 67 | ............................................................................ |
| | 68 | |
| | 69 | |
| | 70 | = Tape Drives = |
| | 71 | Sun Tape Drive Note May 2003 |
| | 72 | |
| | 73 | |
| | 74 | We have two Exabyte 8mm tape drives and three 4mm DAT drives. |
| | 75 | Both types of drive write, by default, in native(uncompressed) |
| | 76 | mode. Tape media for both types of drive come in different |
| | 77 | lengths. The drives will read media written by older model |
| | 78 | drives at lower densities. |
| | 79 | |
| | 80 | We also have a special purpose SDLT drive. This drive writes |
| | 81 | by default in compressed mode. It writes only to SDLT tape |
| | 82 | media. It can read media written by other model SDLT and DLT |
| | 83 | drives. |
| | 84 | |
| | 85 | The 4mm DAT drives(on attila & pirates) can write up to |
| | 86 | ~24GB per tape using compressed mode and a DDS-3 125m tape. |
| | 87 | The newer 4mm DAT drive(on hoffman) can write up to ~40GB per |
| | 88 | tape using compressed mode and a DDS-4 150m tape. |
| | 89 | All the 8mm drives write 5GB per 112m tape uncompressed(10GB |
| | 90 | compressed) and a maximum of 14GB using compressed mode and |
| | 91 | a 160m tape. |
| | 92 | |
| | 93 | Location host & device name device type |
| | 94 | (max storage) |
| | 95 | Rm 1008 pirates /dev/rmt/0 24GB 4mm (DDS-3) |
| | 96 | Rm 1008 pirates /dev/rmt/1 320GB SDLT |
| | 97 | Rm 1328 isolde /dev/rmt/0 14GB 8mm |
| | 98 | Rm 1328 isolde /dev/rmt/1 24GB 4mm (DDS-3) |
| | 99 | |
| | 100 | Rm 1004 hoffman* /dev/rmt/0 40GB 4mm (DDS-4) |
| | 101 | |
| | 102 | |
| | 103 | Solaris tape drive device names(ist tape device is usually 0): |
| | 104 | |
| | 105 | /dev/rmt/0 (default density, |
| | 106 | usually uncompressed) |
| | 107 | /dev/rmt/0l (low, same as uncompressed) |
| | 108 | /dev/rmt/0n (norewind) |
| | 109 | /dev/rmt/0c (compressed) |
| | 110 | /dev/rmt/0h (high, same as compressed) |
| | 111 | /dev/rmt/0cn (compressed, norewind) |
| | 112 | (/dev/rmt/0nc is NOGOOD) |
| | 113 | |
| | 114 | Density note: |
| | 115 | |
| | 116 | Drive senses density of a tape it is reading. When writing a |
| | 117 | tape, you select the density when you specify the device name. |
| | 118 | |
| | 119 | On the (10-14GB) exabyte drives, when the drive is active: |
| | 120 | the flashing middle LED light is amber if drive is in high |
| | 121 | density mode but is green if drive is in low density mode. |
| | 122 | |
| | 123 | ....................... |
| | 124 | |
| | 125 | Tape I/O errors on read. July 1998 |
| | 126 | |
| | 127 | A likely cause if all seems okay otherwise: a large block size |
| | 128 | used when tape was written. |
| | 129 | |
| | 130 | Way around error: |
| | 131 | TAR: tar tfb /dev/rmt/0 100 (asks for buffer(b) size of 100. |
| | 132 | default max buffer size is 20) |
| | 133 | |
| | 134 | UFSRESTORE: ufsrestore -ibf 252 /dev/rmt/0 |
| | 135 | (asks for buffer(b) size of 252. |
| | 136 | can try larger numbers as well) |
| | 137 | |
| | 138 | = Color Scanner = |
| | 139 | |
| | 140 | |
| | 141 | Dell Dimension 2200 and Epson 1650 Photo Scanner 7/2002 |
| | 142 | (in Room 1008) |
| | 143 | |
| | 144 | |
| | 145 | A PC with an Epson scanner is setup in room 1008. The PC has a |
| | 146 | CD-RW drive and is running Windows XP. The scanner is known as |
| | 147 | a TWAIN device. It scans 35mm film strips or slides as well as |
| | 148 | paper documents. |
| | 149 | |
| | 150 | 'Adobe Photoshop Elements' can import directly from the scanner |
| | 151 | and write out a file in any of a large number of formats(listed |
| | 152 | below) including PDF and postscript. |
| | 153 | |
| | 154 | The full 'Adobe Acrobat' is installed - you can scan one or more |
| | 155 | pages directly into a single PDF document instead of ending up |
| | 156 | with a file for each page scanned. Use |
| | 157 | |
| | 158 | 'File' --> 'Import' --> 'Scan' --> 'EPSON Twain 5' |
| | 159 | |
| | 160 | to read from the scanner. |
| | 161 | |
| | 162 | The scanner also has Optical Character Recognition software via |
| | 163 | the 'Epson Smart Panel' software, see below. |
| | 164 | |
| | 165 | Scanned documents can be copied to a printer in 1008, sftp'd to |
| | 166 | another host or written to CD. |
| | 167 | |
| | 168 | ................................................................ |
| | 169 | |
| | 170 | Basic info to scan paper document: |
| | 171 | |
| | 172 | 1. line up with page size markers at top left and lower right |
| | 173 | page size (LTR, A4 ) |
| | 174 | 2. log on as 'scan' |
| | 175 | 3. check that scanner is plugged in. plug in USB cable if not |
| | 176 | plugged in. |
| | 177 | 4. select the scan software, see descriptions below. |
| | 178 | (Note: If the scan software doesn't see the scanner, select: |
| | 179 | 'Turn off computer' from the START button and then select |
| | 180 | 'Restart'. ) |
| | 181 | |
| | 182 | ................................................................ |
| | 183 | |
| | 184 | Printers available: |
| | 185 | |
| | 186 | To print, select 'File' from the software's menu bar and use |
| | 187 | 'Page Setup' to select the printer and to tailor the printer |
| | 188 | settings, either HP 4050 (duplex possible) or HP 4500 (color) |
| | 189 | in Room 1008. |
| | 190 | |
| | 191 | ................................................................ |
| | 192 | |
| | 193 | To move scanner output to other workstation: |
| | 194 | |
| | 195 | After document is scanned and copied to a file, use icon 'SSH |
| | 196 | Secure File Transfer Client' to transfer to your workstation. |
| | 197 | Or, copy the file to a writeable CD. |
| | 198 | |
| | 199 | Copy file over network using SSH Secure File Desktop Icon: |
| | 200 | |
| | 201 | 1. File --> quick connect |
| | 202 | 2. select the output file to transfer, select destination |
| | 203 | 'folder' on remote workstation, select operation (Upload). |
| | 204 | |
| | 205 | |
| | 206 | Save file to a writeable CD (CD-R or CD-RW media). The CD-RW |
| | 207 | drive is 40x10x40 (write X rewrite X read). To write to the CD: |
| | 208 | |
| | 209 | 1. If a new CD, format it using icon 'Shortcut to DirectCD'. |
| | 210 | The format will be UDF(Universal Disk Format). |
| | 211 | 2. Copy the files to the CD as you would to any other disk device. |
| | 212 | 3. The CD can be read on a Sun Blade running Solaris 8. |
| | 213 | |
| | 214 | ................................................................ |
| | 215 | |
| | 216 | Online documetation: |
| | 217 | Click 'Start' --> All Programs --> Epson --> PF1250/1650 Guide |
| | 218 | ................................................................ |
| | 219 | |
| | 220 | |
| | 221 | Online documetation for the built-in Film Adapter: |
| | 222 | |
| | 223 | 1. Click 'Start' --> All Programs --> Epson |
| | 224 | --> PF1250/1650 Guide --> |
| | 225 | 2. Click Basic Scanning --> Using the Film Adapter |
| | 226 | --> For Perfection |
| | 227 | 1650 Users (1st entry for 1650 Users) |
| | 228 | ................................................................ |
| | 229 | |
| | 230 | |
| | 231 | Scanner Software Overview. |
| | 232 | |
| | 233 | The scanning device is called 'EPSON TWAIN 5'. |
| | 234 | |
| | 235 | A document can be scanned in one of two modes. You can change |
| | 236 | the mode via 'buttons' on one of the Epson Twain 5 Screens as |
| | 237 | the scanning begins. |
| | 238 | |
| | 239 | a) 'Full Auto Mode' using default scanning parameters |
| | 240 | (software will decide if scanner is looking at a |
| | 241 | color photo,B&W document, etc.) |
| | 242 | b) 'Manual Mode' using your tailored scanning parameters. |
| | 243 | |
| | 244 | |
| | 245 | To restore the Manual Mode Twain settings to their default values: |
| | 246 | |
| | 247 | a) from the Manual Mode Epson Twain 5 window, select: |
| | 248 | 'Configuration...' button --> 'Other' tab --> |
| | 249 | b) select: 'Reset All' button |
| | 250 | This will reset the parameters and exit the scan. When you |
| | 251 | restart the scan, the restored settings will be there and |
| | 252 | can be editted. |
| | 253 | ................................................................ |
| | 254 | |
| | 255 | Windows Scanner Software: |
| | 256 | |
| | 257 | **Adobe Photoshop Elements |
| | 258 | |
| | 259 | Useful for scanning to a file as Photoshop can write out the scan |
| | 260 | in many file formats including postscript and PDF. For some formats, |
| | 261 | it will let you reduce the size of the output file (adjusting the |
| | 262 | resolution to make the file smaller). |
| | 263 | |
| | 264 | 1. To run and to make the scan, click on the desktop icon Photoshop |
| | 265 | Elements. Then |
| | 266 | - select: File --> Import --> EPSON TWAIN 5 or |
| | 267 | - select, from the other smaller window: Aquire --> EPSON TWAIN 5 |
| | 268 | 2. to save to file, |
| | 269 | - select 'File' --> 'SAVE AS' --> and select the file output |
| | 270 | type: photoshop (PDD,PSD) |
| | 271 | BMP (BMP,RLE) |
| | 272 | Compuserve GIF (GIF) |
| | 273 | PhotoshopEPS (EPS) |
| | 274 | JPEG (JPG,JPE) |
| | 275 | PCX (PCX) |
| | 276 | Photoshop PDF (PDF) |
| | 277 | PICT File (PCT,PIC) |
| | 278 | Pixar (PXR) |
| | 279 | PNG (PNG) |
| | 280 | Raw (RAW) |
| | 281 | SciteX CT (SCT) |
| | 282 | Targa (TGA VDA ICB VST) |
| | 283 | TIFF (TIF) |
| | 284 | |
| | 285 | ................................................................ |
| | 286 | |
| | 287 | Windows Scanner Software: |
| | 288 | |
| | 289 | **Epson Smart Panel |
| | 290 | |
| | 291 | How to do some Functions: |
| | 292 | --> Scan to OCR --> FINISH button --> Presto OCR |
| | 293 | --> RECOGNISE button --> select OpenOffice & LAUNCH button |
| | 294 | ...select 'No'...--> OpenOffice (free version of StarOffice) |
| | 295 | --> Photoprint --> Copy (may crop off right side of image a bit) |
| | 296 | |
| | 297 | Smart Panel lets you collect a bunch of scans for one 'Scan to' |
| | 298 | function(via the SCAN MORE button). It will pass the scans with |
| | 299 | a check mark to the function later on(after you click on the |
| | 300 | FINISH button). Once the FINISH button is hit, all the scans are |
| | 301 | deleted from the the Smart Panel catalog. |
| | 302 | |
| | 303 | Smart Panel stays around while different programs start up |
| | 304 | - there is usually a delay before the new program starts. |
| | 305 | |
| | 306 | |
| | 307 | |
| | 308 | |
| | 309 | |
| | 310 | |
| | 311 | |
| | 312 | |
| | 313 | |
| | 314 | |
| | 315 | |