Name | Modified | Size |
---|---|---|
.. | ||
create-filtered-edge-checkpoint.ps1 | 5 years ago | 4 KB |
create-offline-db-from-checkpoint.bat | 8 years ago | 478 B |
create-offline-db-from-checkpoint.ps1 | 5 years ago | 3 KB |
daily-backup.bat | 8 years ago | 457 B |
daily-backup.ps1 | 5 years ago | 2 KB |
daily_backup.bat | 7 years ago | 487 B |
GREP.EXE | 10 years ago | 62 KB |
gzip.exe | 10 years ago | 90 KB |
live-checkpoint.bat | 8 years ago | 460 B |
live-checkpoint.ps1 | 5 years ago | 2 KB |
live_checkpoint.bat | 7 years ago | 493 B |
p4env.bat | 4 years ago | 674 B |
p4env.ps1 | 4 years ago | 1 KB |
p4login.bat | 4 years ago | 453 B |
p4login.ps1 | 4 years ago | 2 KB |
p4verify.bat | 8 years ago | 453 B |
p4verify.ps1 | 3 years ago | 5 KB |
recover-edge.bat | 5 years ago | 460 B |
recover-edge.ps1 | 5 years ago | 5 KB |
recreate-live-from-offline-db.bat | 8 years ago | 474 B |
recreate-live-from-offline-db.ps1 | 5 years ago | 3 KB |
replica-status.bat | 8 years ago | 459 B |
replica-status.ps1 | 5 years ago | 2 KB |
replica_status.bat | 7 years ago | 491 B |
rotate-journal.bat | 10 months ago | 508 B |
rotate-journal.ps1 | 10 months ago | 2 KB |
rotate-log-files.bat | 7 years ago | 515 B |
rotate-log-files.ps1 | 5 years ago | 2 KB |
rotate_journal.bat | 10 months ago | 508 B |
rotate_log_files.bat | 7 years ago | 515 B |
SDP-functions.ps1 | 4 months ago | 30 KB |
send-test-email.ps1 | 5 years ago | 2 KB |
svcinst.exe | 5 years ago | 110 KB |
sync-replica.bat | 5 years ago | 457 B |
sync-replica.ps1 | 5 years ago | 3 KB |
sync_replica.bat | 5 years ago | 457 B |
update_limits.bat | 4 years ago | 571 B |
update_limits.py | 4 years ago | 1 KB |
upgrade.bat | 7 years ago | 574 B |
upgrade.ps1 | 3 years ago | 5 KB |
Change | User | Description | Committed |
---|---|---|---|
30906 | Robert Cowham | Fix SDP-1137 issue with NativeCommandError (somewhat sprious error but worrying in logs!) | 4 months ago |
30368 | Robert Cowham | New script rotate-journal.{bat,ps1} to just rotate journal and apply to offline_db | 10 months ago |
30353 | Will Kreitzmann | Edge checkpoints | 10 months ago |
28771 | C. Thomas Tyler |
Changed email address for Perforce Support. #review-28772 @amo @robert_cowham |
3 years ago |
28642 | C. Thomas Tyler | Added '-fast' flag to p4verify.ps1 quickly; uses '--only MISSING'. Added '-nt' flag to p4...verify.ps1 to not add '-t' on a replica. If this change is approved/commited, next steps are: * Generate C:\p4\1\bin\p4verify-fast.bat * Generate C:\p4\common\bin\p4verify-fast.bat * Updated docs re: Scheduled Tasks to discuss options, e.g. Run the fast verify daily, and full verify weekly or monthly. I do not suggest adding separate *.bat wrappers for the '-nt' option, as that is an advanted option, probably not worth the clutter of extra files (and we'd need combinations with/without -fast). That '-nt' option can remain only an option to the PowerShell script. « |
3 years ago |
28089 | Robert Cowham | User serverid for p4log filename. | 3 years ago |
27915 | Robert Cowham |
Implement p4login.bat properly with powershell. Fix to @27817 #review ttyler |
4 years ago |
27817 | C. Thomas Tyler |
Re-added Windows SDP files deleted in @26659. #review @robert_cowham |
4 years ago |
27752 | C. Thomas Tyler | Port update_limits.py to Windows SDP. | 4 years ago |
27722 | C. Thomas Tyler | Refinements to @27712: * Resolved one out-of-date file (verify_sdp.sh). * Added missing... adoc file for which HTML file had a change (WorkflowEnforcementTriggers.adoc). * Updated revdate/revnumber in *.adoc files. * Additional content updates in Server/Unix/p4/common/etc/cron.d/ReadMe.md. * Bumped version numbers on scripts with Version= def'n. * Generated HTML, PDF, and doc/gen files: - Most HTML and all PDF are generated using Makefiles that call an AsciiDoc utility. - HTML for Perl scripts is generated with pod2html. - doc/gen/*.man.txt files are generated with .../tools/gen_script_man_pages.sh. #review-27712 « |
4 years ago |
26664 | Robert Cowham | Remove out-dated Windows utility - use svcinst.exe instead. | 5 years ago |
26663 | Robert Cowham | Another out-of-date file - replaced by Swarm. | 5 years ago |
26659 | Robert Cowham | Removing out-of-date files and ancient utilities. Updating SDP Guide for Windows with inc...ludes to various .ps1 scripts Add new sync-replica.ps1 and call it from sync_replica.bat « |
5 years ago |
26658 | Robert Cowham | Make this file keytext for versioning | 5 years ago |
26528 | Robert Cowham | Start/stop services with svcinst now Refactor run-cmd to log command output for ease of s...upport, e.g. when daily-checkpoint fails. « |
5 years ago |
26520 | Robert Cowham | This script replaced by rotate-log-files.ps1 (with .bat wrapper) | 5 years ago |
26484 | C. Thomas Tyler | Updated svcinst.exe to current version from https://ftp.perforce.com/perforce/tools/svcins...t/bin.ntx64/svcinst.exe « | 5 years ago |
26209 | Robert Cowham | Fixed upgrade.ps1 with latest SDP-Functions.ps1 and global vars. | 5 years ago |
26155 | C. Thomas Tyler | Added '-f' flag to 'p4d -jr' command, for Windows SDP, to match similar change made previ...ously in the Linux SDP. « |
5 years ago |
26151 | Robert Cowham | Make sure the rename works as expected and retries - was previously still not doing so. | 5 years ago |
26120 | Robert Cowham | Fix daily_checkpoint for edge/standby servers Make edge tables to include/exclude version... specific Move password files to config dir « |
5 years ago |
26110 | Robert Cowham | Utility to send a test email to check installation | 5 years ago |
26108 | Robert Cowham |
Whitepace fixed. No other change. |
5 years ago |
26106 | Robert Cowham | Correct log message | 5 years ago |
26104 | Robert Cowham | Add a retry loop for log renames (in case of server log being locked by busy server) | 5 years ago |
26055 | Robert Cowham |
Implement 2019.1 checking for upgrarde Compatible with Linux upgrades |
6 years ago |
26054 | Robert Cowham | Fix log typo | 6 years ago |
25544 | C. Thomas Tyler | Removed journalPrefix as command line paramter during journal rotation, deferring to db.c...onfig values, for Windows SDP. Removed explicit specification of journalPrefix as a command line argument to 'p4d -jj' command. Specifying the prefix is redundant as journalPrefix values are defined for the master server and any/all replicas/edge servers in db.config, and db.config is the One Source of Truth for journalPrefix. #review @robert_cowham @mshields « |
6 years ago |
24601 | C. Thomas Tyler | Eliminated unnecessary removal of live rdb.lbr file. The rdb.lbr from was being removed... duing the scripts that reset a replica using offline databases. The rdb.lbr file is not regenerated from a checkpoint, and is not affected in the process of regneration from a checkpoint, and thus should not be removed in checkpoint-related processing. Removing it was functionally mostly harmless, as the rdb.lbr file gets regenerated and update as needed by user activity, and also by p4verify.sh. However, removing it unnecesarily caused unnecessary delay in getting archive files sync'd. The processing in switch_db_files() in backup_functions.sh (for the UNIX/Linux implementation) expects the rdb.lbr file to exist prior to the db swap. #review-23900 « |
7 years ago |
22984 | Robert Cowham | Make sure rotate works | 7 years ago |
22929 | Robert Cowham | Underscore version of wrapper script. | 7 years ago |
22927 | Robert Cowham | Add lower case option for filename | 7 years ago |
22924 | Robert Cowham | Ensure recovery from offline created checkpoint | 7 years ago |
22922 | Robert Cowham | Add a utility to rotate log files - good as a scheduled task for replicas who may not hav...e other jobs scheduled. « |
7 years ago |
22921 | Robert Cowham | Check for admin privileges when running as need to stop/start service | 7 years ago |
22919 | Robert Cowham |
Refacto sdp-functions Convert upgrade.bat into upgrade.ps1 Fix issue with p4verify.ps1 |
7 years ago |
22918 | Robert Cowham | Improve error message | 7 years ago |
22917 | Robert Cowham | Add -t flag to verify for replicas | 7 years ago |
22873 | C. Thomas Tyler | Recovered go.bat accidentally deleted in @20536, which removed several *.bat files obsole...ted by superior PowerShell scripts. But go.bat isn't obsolete! Recovered with 'p4 undo //guest/perforce_software/sdp/dev/Server/Windows/p4/common/bin/go.bat@20536'. #review @robert_cowham « |
8 years ago |
22809 | Robert Cowham | Fix problem when mailhostport not set in sdp_config.ini - now defaults properly to 25. | 8 years ago |
22759 | Robert Cowham | Improve documentation within scripts. | 8 years ago |
22727 | Robert Cowham | Rotate md5 where necessary | 8 years ago |
22726 | Robert Cowham | Fix quoting issues | 8 years ago |
22725 | Robert Cowham |
Remove unused parameter. Cope with multiple runs. |
8 years ago |
22724 | Robert Cowham | Fix problem with multiple files. | 8 years ago |
22723 | Robert Cowham | New function used by recover-edge.ps1 | 8 years ago |
22722 | Robert Cowham | Basic creation of filtered edge checkpoint file | 8 years ago |
22721 | Robert Cowham | Equivalent of Unix recover_edge.sh | 8 years ago |
21884 | C. Thomas Tyler | Merge down of hot fix (@21851) to fix Windows Powershell p4verify.ps1 script. | 8 years ago |
21603 | Robert Cowham | Create .bat files which just call the relevant .ps1 files - to show as an example. | 8 years ago |